Lucene search
+L
LinuxLinux Kernel

14606 matches found

CVE
CVE
added 2024/07/16 11:13 a.m.80 views

CVE-2022-48784

CVE-2022-48784 : In the Linux kernel’s cfg80211 code, a race can occur during netlink owner interface destruction. The previous fix for a deadlock left a race when cfg80211_destroy_ifaces() runs while nl80211_netlink_notify() marks interfaces as nl_owner_dead. The issue arises from two loops: fir...

4.7CVSS6.5AI score0.00171EPSS
Save
CVE
CVE
added 2024/07/16 11:43 a.m.80 views

CVE-2022-48797

CVE-2022-48797 concerns a Linux kernel issue where NUMA balancing could alter COW page writability. The bug was traced to change_pte_range() using page_mapcount(page) to decide NUMA protection, which is incorrect; the recommended fix is to use page_count() (as reported by Oded Gabbay). Connected ...

7.1CVSS6.8AI score0.00239EPSS
Save
CVE
CVE
added 2024/07/16 11:44 a.m.80 views

CVE-2022-48815

CVE-2022-48815 affects the Linux kernel bcm_sf2 DSA/MDIO path. The root cause is unsafe interaction between devres-managed mdiobus allocation/registration and manual mdiobus unregistering, where mdiobus_free() may panic if devm_mdiobus_free() triggers devres_release_all() before the bus is unregi...

5.5CVSS6.7AI score0.00268EPSS
Save
CVE
CVE
added 2024/08/21 6:10 a.m.80 views

CVE-2022-48899

CVE-2022-48899 affects the Linux kernel DRM virtio GEM handle creation. The issue is a use-after-free (UAF) caused by racing GEM object creation with handle close, where the handle’s reference must be dropped only after dereferencing the object. This analysis is supported by multiple connected ad...

7.8CVSS6.5AI score0.00245EPSS
Save
CVE
CVE
added 2025/02/26 1:55 a.m.80 views

CVE-2022-49211

CVE-2022-49211 concerns a Linux kernel issue in the MIPS CDMM code path where of_find_compatible_node() returns a node pointer with an incremented refcount and the code omits of_node_put() to release it. The fixed description states: add the missing of_node_put() to release the refcount. Affected...

5.5CVSS6.4AI score0.00256EPSS
Save
CVE
CVE
added 2025/02/26 1:56 a.m.80 views

CVE-2022-49245

CVE-2022-49245 affects the Linux kernel ASoC Rockchip implementation, specifically the rockchip_i2s_tdm_resume path. The root cause is that pm_runtime_get_sync would increment the PM usage counter even when the operation failed, leading to a reference counter leak. The documented fix replaces the...

5.5CVSS5.3AI score0.00253EPSS
Save
CVE
CVE
added 2025/02/26 2:11 a.m.80 views

CVE-2022-49380

The CVE-2022-49380 entry concerns a Linux kernel F2FS bug where total_valid_block_count/total_valid_node_count could fuzz to zero, leading to a BUG_ON() during dec_valid_node_count() in f2fs_remove_inode_page()/f2fs_evict_inode(). The issue was fixed by printing a warning and changing behavior to...

5.5CVSS5.3AI score0.00257EPSS
Save
CVE
CVE
added 2025/02/26 2:12 a.m.80 views

CVE-2022-49405

CVE-2022-49405 affects the Linux kernel staging/r8188eu driver (rtw_wx_set_scan). The vulnerability arises from insufficient bounds checking for the Ssid[] array, allowing a write beyond the end of the array after an existing read-overflow check. Multiple connected sources indicate the issue was ...

7.8CVSS5.6AI score0.0027EPSS
Save
CVE
CVE
added 2025/02/26 2:12 a.m.80 views

CVE-2022-49417

CVE-2022-49417 involves the Linux kernel component iwlwifi/mei. The issue is a potential NULL-ptr dereference that could occur when SKB allocation fails; the fix was to skip using the NULL pointer instead of dereferencing it. This vulnerability is described as resolved in multiple sources and is ...

5.5CVSS5.4AI score0.00253EPSS
Save
CVE
CVE
added 2025/02/26 2:12 a.m.80 views

CVE-2022-49428

The CVE-2022-49428 entry concerns Linux kernel f2fs: the fix adds a sanity check for inline_dots in inodes to prevent a NULL pointer dereference during f2fs_lookup (__recover_dot_dentries path). The root cause is that for special files (character, block, fifo, socket), f2fs did not initialize the...

5.5CVSS5.3AI score0.00256EPSS
Save
CVE
CVE
added 2025/02/26 2:13 a.m.80 views

CVE-2022-49454

CVE-2022-49454 concerns the Linux kernel Mediatek PCI subsystem: a refcount leak in mtk_pcie_subsys_powerup() caused by of_find_compatible_node() returning a node pointer with an incremented refcount. The issue is resolved by adding a missing of_node_put() to release the refcount when the node is...

5.5CVSS5.3AI score0.00256EPSS
Save
CVE
CVE
added 2025/02/26 2:23 a.m.80 views

CVE-2022-49582

This CVE-ID (CVE-2022-49582) is associated with the Linux kernel: net: dsa: fix NULL pointer dereference in dsa_port_reset_vlan_filtering. The root cause described in the sources is that the ds iterator variable used in dsa_port_reset_vlan_filtering() -> dsa_switch_for_each_port() overwrites t...

5.5CVSS5.4AI score0.00218EPSS
Save
CVE
CVE
added 2025/03/27 4:42 p.m.80 views

CVE-2022-49743

CVE-2022-49743 concerns the Linux kernel OverlayFS component. The vulnerability arises from using the wrong destination for memcpy() with the “buf” flexible array, which must be the memcpy() destination to prevent false-positive Fortify_SOURCE run-time warnings. The issue is described as a field-...

7.5CVSS6.7AI score0.00417EPSS
Save
CVE
CVE
added 2025/05/01 2:9 p.m.80 views

CVE-2022-49781

CVE-2022-49781 corresponds to a Linux kernel vulnerability in perf/x86/amd where a race between amd_pmu_enable_all and perf NMI/throttling could lead to a NULL event dereference and kernel crash. The issue arises when perf NMI disables/enables all events while amd_pmu_enable_all is in progress, p...

4.7CVSS6.2AI score0.00112EPSS
Save
CVE
CVE
added 2025/06/18 11:0 a.m.80 views

CVE-2022-49952

CVE-2022-49952 concerns the Linux kernel. The issue is in the misc: fastrpc path where memory could be corrupted during probe due to a missing sanity check on the probed-session count. When there are more than FASTRPC_MAX_SESSIONS sessions defined in the devicetree, memory could be corrupted beyo...

7.8CVSS6.7AI score0.00206EPSS
Save
CVE
CVE
added 2025/06/18 11:0 a.m.80 views

CVE-2022-49980

CVE-2022-49980 affects the Linux kernel USB gadget subsystem (udc). A race between uevent callbacks and gadget driver unregistration can cause a use-after-free in usb_udc_uevent(), when it dereferences udc->driver without holding the udc_lock mutex. If the gadget driver is unbound concurrently...

7.8CVSS6.5AI score0.00208EPSS
Save
CVE
CVE
added 2025/06/18 11:1 a.m.80 views

CVE-2022-50047

The CVE-2022-50047 issue affects the Linux kernel’s net: dsa mv88e6060 code. When a port is neither a CPU port nor a user port, cpu_dp can be NULL, causing a NULL pointer dereference and kernel crash during mv88e6060_setup_port(). This is a local impact vulnerability that leads to a crash; connec...

5.5CVSS6.4AI score0.00159EPSS
Save
CVE
CVE
added 2025/06/18 11:1 a.m.80 views

CVE-2022-50050

CVE-2022-50050 is reported in the Linux kernel ASoC: SOF: Intel: hda component. The vulnerability stems from using snprintf() which returns the would-be-filled size on overflow, risking a buffer overflow; the fix replaces snprintf() with a safer scnprintf() to paper over this potential issue. Con...

7.8CVSS7AI score0.00183EPSS
Save
CVE
CVE
added 2025/06/18 11:2 a.m.80 views

CVE-2022-50061

CVE-2022-50061 concerns the Linux kernel pinctrl nomadik path. The root cause is a refcount leak in nmk_pinctrl_dt_subnode_to_map: of_parse_phandle() returns a node pointer with incremented refcount, and of_node_put() was not called when the node is no longer needed. The issue is resolved by addi...

5.5CVSS6.4AI score0.0016EPSS
Save
CVE
CVE
added 2025/06/18 11:2 a.m.80 views

CVE-2022-50062

CVE-2022-50062 affects the Linux kernel net/bgmac path. The issue is a BUG_ON triggered by a race where, if an RX interrupt occurs between setting ring->end and netdev_sent_queue(), bgmac_dma_tx_free() can miscalculate the queue size when called from bgmac_poll(), causing a kernel BUG at lib/d...

7.5CVSS6.4AI score0.00364EPSS
Save
CVE
CVE
added 2025/06/18 11:2 a.m.80 views

CVE-2022-50067

Concretely, CVE-2022-50067 affects Linux kernel’s btrfs relocation logic: if prepare_to_relocate() triggers a failure during a transaction, the code frees the relocation control (rc) but does not clear fs_info->reloc_ctl, leading to a use-after-free when btrfs_init_reloc_root() later reads rc....

7.8CVSS6.5AI score0.00189EPSS
Save
CVE
CVE
added 2025/06/18 11:2 a.m.80 views

CVE-2022-50077

The CVE-2022-50077 entry concerns the Linux kernel AppArmor path aa_pivotroot, where a reference-count bug leaks a previously incremented “target” when aa_replace_current_label() returns success. The fix is to decrement the refcount of target in that code path (build_pivotroot() increased it earl...

5.5CVSS6.4AI score0.00161EPSS
Save
CVE
CVE
added 2025/06/18 11:2 a.m.80 views

CVE-2022-50097

CVE-2022-50097 affects the Linux kernel’s video fbdev s3fb driver. The bug arises in s3fb_set_par() where the code computes screen_size from user input and can exceed info->screen_size, leading to a kernel PAGE_FAULT on write (local access) during memset_io. The issue is mitigated by the docum...

7.8CVSS6.4AI score0.00168EPSS
Save
CVE
CVE
added 2025/06/18 11:2 a.m.80 views

CVE-2022-50104

CVE-2022-50104 affects the Linux kernel, specifically the powerpc/xive subsystem. The root cause is a refcount leak caused by a node pointer returned by of_find_node_by_path() with an incremented refcount and missing of_node_put() when done. The remediation is a patch that adds the missing of_nod...

5.5CVSS6.4AI score0.0016EPSS
Save
CVE
CVE
added 2025/06/18 11:2 a.m.80 views

CVE-2022-50118

CVE-2022-50118 describes a Linux kernel issue in the PowerPC perf PMU path. A new pmi_irq_pending check in hw_irq.h is used by power_pmu_disable to warn if PMI is pending when no counter overflows. The patch set removes the WARN_ON for PMI in this scenario and adds an optimization to clear pendin...

5.5CVSS6.6AI score0.00159EPSS
Save
CVE
CVE
added 2025/06/18 11:3 a.m.80 views

CVE-2022-50143

CVE-2022-50143 : In the Linux kernel intel_th, there is a resource leak path in error handling after pci_alloc_irq_vectors(); pci_free_irq_vectors() must be called as already done in the remove function. The issue, if triggered, affects the kernel’s handling of IRQ vectors and can impact availabi...

5.5CVSS6.4AI score0.0016EPSS
Save
CVE
CVE
added 2025/06/18 11:3 a.m.80 views

CVE-2022-50144

CVE-2022-50144 relates to the Linux kernel SoundWire subsystem. The issue arises during bind/unbind of SoundWire drivers where the probe stores driver ops in a per-slave structure and a previously introduced probed/probe_complete state isn’t reset on removal, enabling risky callbacks after .remov...

5.5CVSS6.3AI score0.00159EPSS
Save
CVE
CVE
added 2025/06/18 11:3 a.m.80 views

CVE-2022-50164

CVE-2022-50164 concerns the Linux kernel wifi driver (iwlwifi, mvm). The issue is a bug in iwl_mvm_mac_wake_tx_queue where a double list_add can leave related lists uncleared after a successful station association if station queues are disabled, allowing a new element to link with a stale one. Th...

8.8CVSS6.3AI score0.00309EPSS
Save
CVE
CVE
added 2025/06/18 11:3 a.m.80 views

CVE-2022-50173

CVE-2022-50173 affects the Linux kernel DRM/MSM MDP5 path. The vulnerability arises from not grabbing the global state lock after an early return when hwpipe is disabled, allowing contention and potentially returning 0. The public entries describe the fix as “Fix global state lock backoff” and ci...

5.5CVSS6.5AI score0.00158EPSS
Save
CVE
CVE
added 2025/06/18 11:3 a.m.80 views

CVE-2022-50207

Summary (CVE-2022-50207) : In the Linux kernel, ARM bcm Kona handling had a refcount leak in bcm_kona_smc_init. The root cause: of_find_matching_node() returns a node pointer with an incremented refcount and may not be released. The patch adds a missing of_node_put() to drop the reference when th...

5.5CVSS6.4AI score0.00208EPSS
Save
CVE
CVE
added 2025/06/18 11:3 a.m.80 views

CVE-2022-50218

The CVE-2022-50218 entry describes a Linux kernel vulnerability in the iio: light: isl29028 driver where isl29028_remove() used a non-managed register function, breaking the release order relative to probe and causing a fault trace (null pointer dereference and a general protection fault) during ...

5.5CVSS6.6AI score0.00194EPSS
Save
CVE
CVE
added 2023/09/04 2:27 a.m.80 views

CVE-2023-20841

CVE-2023-20841 affects imgsys and is described as an out-of-bounds write caused by missing valid range checking, enabling local escalation of privileges with System execution privileges needed. User interaction is required for exploitation. Reported patch ID: ALPS07326455 (Issue ID: ALPS07326441)...

6.5CVSS6.6AI score0.00094EPSS
Save
CVE
CVE
added 2023/09/04 2:27 a.m.80 views

CVE-2023-20843

CVE-2023-20843 involves an out-of-bounds read in the imgsys_cmdq component caused by missing valid range checking. Impact: local information disclosure with the potential for system-level execution privileges required, and exploitation reportedly needs user interaction. Affected context is MediaT...

4.2CVSS4AI score0.00091EPSS
Save
CVE
CVE
added 2023/06/19 12:0 a.m.80 views

CVE-2023-3312

CVE-2023-3312 affects the Linux kernel cpufreq driver: drivers/cpufreq/qcom-cpufreq-hw.c, where an issue during device unbind can cause a double-release leading to a denial of service. Affected products are the Linux kernel (ARM/QCOM CPUFreq HW driver); the underlying root cause is the double-rel...

7.5CVSS7.2AI score0.00879EPSS
Save
CVE
CVE
added 2025/03/27 4:37 p.m.80 views

CVE-2023-52930

The CVE-2023-52930 issue affects the Linux kernel’s i915 driver: a race between multiple threads calling I915_GEM_SET_TILING to switch tiling to I915_TILING_NONE could cause a double-free (or memory leak on transitions). The fix moves allocation/free’ing of the bit_17 mask inside the section prot...

7.8CVSS6.5AI score0.00271EPSS
Save
CVE
CVE
added 2025/03/27 4:43 p.m.80 views

CVE-2023-53009

The CVE-2023-53009 entry pertains to the Linux kernel DRM/AMDKFD path. A vulnerability was resolved by adding a synchronization step after creating a VRAM buffer object (vram bo) to wait for initialization completion. Without this sync, data corruption could occur in VRAM allocated by svm if an a...

7.8CVSS6.8AI score0.00172EPSS
Save
CVE
CVE
added 2025/03/27 4:43 p.m.80 views

CVE-2023-53029

The CVE-2023-53029 entry concerns the Linux kernel, specifically the octeontx2-pf driver. The vulnerability/issue arises from GFP_KERNEL usage in atomic contexts for the rt (real-time) kernel, triggering sleep warnings in atomic context (BUG: sleeping function called from invalid context) and rel...

5.5CVSS6.5AI score0.00139EPSS
Save
CVE
CVE
added 2024/04/03 5:0 p.m.80 views

CVE-2024-26729

In CVE-2024-26729, the Linux kernel’s DRM AMD display code (dc_dmub_srv) had potential null pointer dereferences in dc_dmub_srv_cmd_list_queue_execute() and dc_dmub_srv_is_hw_pwr_up(). The root cause was dereferencing the dc_dmub_srv pointer before a null check, which could crash or corrupt memor...

5.5CVSS6.6AI score0.00205EPSS
Save
CVE
CVE
added 2024/04/03 5:0 p.m.80 views

CVE-2024-26738

CVE-2024-26738 concerns the Linux kernel on PowerPC/pSeries. The root cause was that during DLPAR add of a PCI device, a newly allocated pci_controller could be created without calling iommu_device_register(), leaving an iommu_device unregistered and potentially triggering NULL pointer dereferenc...

5.5CVSS6.5AI score0.00239EPSS
Save
CVE
CVE
added 2024/04/17 10:14 a.m.80 views

CVE-2024-26850

CVE-2024-26850 concerns the Linux kernel bug in mm/debug_vm_pgtable related to pud_advanced_tests for PUD entries on architectures such as powerpc. Affected code could trigger a kernel panic (BUG_ON) when debug checks are active (CONFIG_DEBUG_VM), with traces pointing to radix_pgtable.c and pgtab...

5.5CVSS6.6AI score0.00222EPSS
Save
CVE
CVE
added 2024/05/17 1:23 p.m.80 views

CVE-2024-35816

CVE-2024-35816 (Linux kernel, firewire_ohci) is resolved by the patch that prevents leaking a leftover IRQ on unbind. The change, including commit 5a95f1ded28691e6, switches to devres for the requested IRQ and removes the call to free_irq() in pci_remove(), which previously left a devm_request_ir...

5.5CVSS6.6AI score0.00222EPSS
Save
CVE
CVE
added 2024/07/10 7:14 a.m.80 views

CVE-2024-39492

CVE-2024-39492 : The Linux kernel fix targets mailbox: mtk-cmdq where pm_runtime_get_sync() could warn during mbox shutdown. Root cause: return value of pm_runtime_get_sync() could be 1 when runtime is active, leading to a WARN_ON() trigger. The patch changes the conditional to treat WARN_ON() ca...

7CVSS7.8AI score0.00191EPSS
Save
CVE
CVE
added 2024/07/12 12:31 p.m.80 views

CVE-2024-40950

CVE-2024-40950 (Linux kernel) : The issue concerns mistaken use of mapping_large_folio_support for anonymous folios in THP handling, causing a mis-split of anon THP when splitting huge pages. Root cause: anon folios could be passed to mapping_large_folio_support() in split_huge_page_to_list_to_or...

5.5CVSS6.4AI score0.00208EPSS
Save
CVE
CVE
added 2025/07/10 7:42 a.m.80 views

CVE-2025-38287

Technical details about CVE-2025-38287 are not publicly provided in the supplied documents. Monitor official advisories for updates, affected products, and fixes.

7.5CVSS6.5AI score0.00291EPSS
Save
CVE
CVE
added 2025/08/22 1:1 p.m.80 views

CVE-2025-38618

CVE-2025-38618 concerns the Linux kernel where a vsock could autobind to VMADDR_PORT_ANY, risking a use-after-free on connection to the bound socket. The fix updates __vsock_bind_connectible() to also prevent binding to VMADDR_PORT_ANY. Connected sources (e.g., Astra Linux, Debian LTS advisories,...

7.8CVSS6.6AI score0.00163EPSS
Save
CVE
CVE
added 2025/09/11 4:56 p.m.80 views

CVE-2025-39766

CVE-2025-39766 : In the Linux kernel, the net/sched cake_enqueue path was fixed to return NET_XMIT_CN when dropping packets due to a very small buffer_limit, preventing htb_enqueue from activating an empty child qdisc. The issue caused packet drops to be signaled as NET_XMIT_SUCCESS, leading to f...

7.8CVSS6AI score0.00168EPSS
Save
CVE
CVE
added 2026/03/25 10:27 a.m.80 views

CVE-2026-23334

The CVE-2026-23334 issue affects the Linux kernel in the can: usb: f81604 path, where interrupt URBs of incorrect length could be misinterpreted as valid data. The vulnerability is addressed by upstream kernel fixes, and Mageia advisories reference kernel version 6.6.130 as the fixing baseline, w...

5.5CVSS5.7AI score0.00122EPSS
Save
CVE
CVE
added 2006/02/27 11:0 p.m.79 views

CVE-2003-0986

CVE-2003-0986 affects PPC64 on Linux kernels: 2.6 before 2.6.2 and 2.4 before 2.4.24. The issue arises when code copies data from userspace to kernelspace without using copy_from_user, failing to cross security boundaries and enabling local denial of service. Documents indicate a kernel fix/updat...

1.7CVSS6.2AI score0.0034EPSS
Save
CVE
CVE
added 2006/05/31 10:0 a.m.79 views

CVE-2004-0138

CVE-2004-0138 affects the Linux kernel 2.4 series prior to 2.4.25. The vulnerability lies in the ELF loader: a crafted ELF with an invalid interpreter arch triggers a BUG() when an invalid VMA is unmapped, allowing local denial of service (crash). The issue is mitigated by upgrading to 2.4.25 or ...

4.9CVSS5.6AI score0.00427EPSS
Save
CVE
CVE
added 2004/12/31 5:0 a.m.79 views

CVE-2004-1234

The CVE-2004-1234 entry refers to a vulnerability in the Linux kernel where load_elf_binary for ELF binaries with a NULL interpreter can trigger a denial of service (system crash) on local attackers. This affects Linux kernels prior to 2.4.26. The SUSE security page and related OpenVAS/DSA entrie...

2.1CVSS5.8AI score0.00542EPSS
Save
Total number of security vulnerabilities14606